inherited DataReportDialog: TDataReportDialog Caption = 'Data Compare Report' PixelsPerInch = 96 TextHeight = 13 inherited LayoutLB: TUiListBox Items.WideStrings = ( 'Side-by-side' 'Summary') end inherited ReportGroupBox: TUiGroupBox object ReportPanel: TUiPanel Left = 2 Top = 15 Width = 381 Height = 42 Align = alTop BevelOuter = bvNone TabOrder = 0 object SelOnlyEdit: TUiCheckBox Left = 6 Top = 4 Height = 17 Caption = 'Just selection' TabOrder = 0 OnClick = SomethingChangedClick end object InsigIgnoredEdit: TUiCheckBox Left = 6 Top = 24 Height = 17 Caption = 'Ignore unimportant' TabOrder = 1 OnClick = SomethingChangedClick end end object DisplayFilterPanel: TUiPanel Left = 2 Top = 57 Width = 381 Height = 34 Align = alTop BevelOuter = bvNone TabOrder = 1 object DisplayFilterEdit: TUiComboBox Left = 6 Top = 8 Width = 209 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = SomethingChangedClick end end object LayoutPageControl: TUiPageControl Left = 2 Top = 91 Width = 381 Height = 36 ActivePage = tsSideBySide Align = alClient Style = tsFlatButtons TabOrder = 2 TabStop = False object tsSideBySide: TUiTabSheet TabVisible = False object IncludeNumsEdit: TUiCheckBox Left = 2 Top = 0 Height = 17 Caption = 'Include row numbers' TabOrder = 0 OnClick = SomethingChangedClick end end object tsNone: TUiTabSheet TabVisible = False end end end end